iT邦幫忙

2023 iThome 鐵人賽

DAY 6
0
AI & Data

YOLO系列網路技術採用以及實作系列 第 6

[DAY 6] YOLOv4-下篇

  • 分享至 

  • xImage
  •  

其他提升準確度方法

  • 資料擴增方法: Mosaic、SAT(Self-Adversarial Training)

  • 用基因演算法求得最佳的超參數。

  • 將Spatial Attention的部分改成point-wise attention,Max Pooling跟Average Pooling的處理改成一個卷積運算。

    https://ithelp.ithome.com.tw/upload/images/20230921/20120310BZWL9nIl69.png

  • Path Aggregation Network將add改成concatenation。
    https://ithelp.ithome.com.tw/upload/images/20230921/20120310WphDIs9V6S.png

YOLOv4 Architecture

  • Backbone採用CSPDarknet-53。
    https://ithelp.ithome.com.tw/upload/images/20230921/20120310q8DKGEM8os.png
    • Bag of Freebies : CutMix、Mosaic、DropBlock、Class label smoothing。
    • Bag of Specials : Mish、Cross-stage Partial connections、Multi-input weighted residual connections。
  • Neck採用PANet。
  • Head跟YOLOv3採用一樣。
    • Bag of Freebies : CIoU,Cross mimi-Batch Normalization、DropBlock、Mosiac、Self Adversarial Training、Eliminate grid sensitivity、單個正確框用多個anchor、Cosine annealing scheduler、最佳的超參數。
    • Bag of Specials : Mish、SPP、SAM、PAN、DIOU-NMS。
  • SPP Module。

實驗

  • Bag of Freebies

    • 資料擴增以及激活函數的實驗:
      https://ithelp.ithome.com.tw/upload/images/20230921/201203104sprRrK42d.png

    • 其他方法:

      • S: Eliminate grid sensitivity。
      • M: Mosiac方法。
      • IT: IoU閥值。
      • GA: 基因演算法。
      • LS: Class label smoothing。
      • CBN: Cross mini-Batch Normalization。
      • CA: Cosine annealing。
      • DM: Dynamic mini-batch size。
      • OA: 最佳的Anchor。

      https://ithelp.ithome.com.tw/upload/images/20230921/20120310pP4VxxwCeU.png

  • Bag of Specials

    • G: Gaussian YOLO。
    • SPP、PAN、SAM會得較好的表現。

    https://ithelp.ithome.com.tw/upload/images/20230921/20120310Xbj6b9tdip.png

  • 不同的Backbone
    https://ithelp.ithome.com.tw/upload/images/20230921/20120310cxljArlLyc.png

  • 不同的Mini-Batch
    https://ithelp.ithome.com.tw/upload/images/20230921/20120310ddjvTYC1MB.png

  • 和其他方法速度跟準確度比較

    • Average Precision(AP50...95)

      https://ithelp.ithome.com.tw/upload/images/20230921/201203107HHhFA0QTM.png

    • AP50

      https://ithelp.ithome.com.tw/upload/images/20230921/20120310q0wUjH2PST.png

文章使用之圖片擷取自該篇論文


上一篇
[DAY 5] YOLOv4-上篇
下一篇
[DAY 7] YOLOv5-上篇
系列文
YOLO系列網路技術採用以及實作30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言